
.alert_icons {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 200px;
    overflow: hidden;
    display: block;
    margin: auto;
    padding-top: 3px;
    padding-right:15px;
}
.alert_icons li {
    float: right;
    list-style: none;
    padding-right: 15px;
}
.notifications {
	position: relative;
	background-color: #F33;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: white;
	width: 14px;
	height: 14px;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	bottom: 25px;
	right: 17px;
	padding-right: 1px;
	padding-left: 1px;
}
